home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000275_news@columbia.edu _Mon Dec 9 06:48:56 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id GAA21188 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 9 Dec 1996 06:48:54 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id GAA15803 for kermit.misc@watsun; Mon, 9 Dec 1996 06:48:53 -0500 (EST)
  4. Path: news.columbia.edu!panix!feed1.news.erols.com!howland.erols.net!newsfeed.internetmci.com!masternews.telia.net!newssrv.ita.tip.net!i2unix!cesi!meregalli
  5. From: meregalli@cesi.it (Alberto Meregalli (DIF))
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Random login prompt with K95
  8. Message-ID: <1996Dec9.113103.1221@cesi>
  9. Date: 9 Dec 96 11:31:03 +0100
  10. References: <1996Dec3.161932.1217@cesi> <581mdn$3lf$1@apakabar.cc.columbia.edu> <5824av$f1v$1@apakabar.cc.columbia.edu>
  11. Organization: Centro Elettrotecnico Sperimentale Italiano, Milano, Italy
  12. Lines: 40
  13.  
  14. In article <5824av$f1v$1@apakabar.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  15. > In article <581mdn$3lf$1@apakabar.cc.columbia.edu>,
  16. > Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  17. > This is probably happening because the terminal type is being renegotiated:
  18. > "My terminal type is VT320", "I don't like that one, please try another",
  19. > "OK, it's VT220", etc etc.  This is documented in section 6.2 of UPDATES.DOC.
  20. > It could be the root of all the other symptoms you have reported.
  21. > In a test on a nearby VMS system, K95's debug log includes the following:
  22. > TELNET SENT WILL TERMINAL-TYPE
  23. > TELNET SENT WILL NEGOTIATE-ABOUT-WINDOW-SIZE
  24. > TELNET RCVD DO TERMINAL-TYPE
  25. > TELNET RCVD DO NEGOTIATE-ABOUT-WINDOW-SIZE
  26. > TELNET SENT SB NAWS 80 49 IAC SE
  27. > TELNET RCVD SB TERMINAL-TYPE SEND  IAC SE
  28. > TELNET SENT SB TERMINAL-TYPE IS VT320 IAC SE  <-- We tell our terminal type
  29. > Welcome to Blah Blah VMS V6.2      <-- VMS host sends herald and prompt
  30. > Username:
  31. > So far so good.  But VMS doesn't like the VT320 terminal type, so it sends
  32. > a message asking us to try another one, so we drop down to VT220:
  33. > TELNET RCVD SB TERMINAL-TYPE SEND  IAC SE
  34. > TELNET SENT SB NAWS 80 49 IAC SE
  35. > TELNET SENT SB TERMINAL-TYPE IS VT220 IAC SE
  36. ...
  37. > The workaround would be to fix VMS to accept VT320 as a terminal type
  38. > (why doesn't it?), 
  39.  
  40. I have managed to force VMS to accept 'VT320' as a _good_ string and
  41. it seems all is working corrctly now. Details available for interested
  42. people.
  43.  
  44. ---------------------------------------------------------------------------
  45. Alberto Meregalli, DIF                                  tel. +39 2 2125 249
  46. CESI, Centro Elettrotecnico Sperimentale Italiano       fax  +39 2 2125 520
  47. Via Rubattino, 54 - I 20134 Milano                E-mail: meregalli@cesi.it